Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to LE byte order in all cases #77

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

knickish
Copy link
Collaborator

A previous change switched the numeric primitives from ignored endianness to explicitly use host endianness. This PR switches the numeric primitives to use little-endian encoding only (so no change in behavior for the vast majority of systems) to allow support for big-endian systems,

The macro for implementation of SerBin/DeBin was also simplified using APIs stabilized after the macro was written.

@knickish
Copy link
Collaborator Author

closes #18

@knickish knickish merged commit 5cddd0d into not-fl3:master Aug 26, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant